runtime.mcache.tiny (field)
9 uses
runtime (current package)
malloc.go#L1119: if off+size <= maxTinySize && c.tiny != 0 {
malloc.go#L1121: x = unsafe.Pointer(c.tiny + off)
malloc.go#L1139: if !raceenabled && (size < c.tinyoffset || c.tiny == 0) {
malloc.go#L1141: c.tiny = uintptr(x)
mcache.go#L39: tiny uintptr
mcache.go#L296: c.tiny = 0
mgcmark.go#L1720: if c == nil || c.tiny == 0 {
mgcmark.go#L1723: _, span, objIndex := findObject(c.tiny, 0, 0)
mgcmark.go#L1725: greyobject(c.tiny, 0, 0, span, gcw, objIndex)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |